[][src]Function nginx::EVP_PKEY_meth_get_copy

pub unsafe extern "C" fn EVP_PKEY_meth_get_copy(
    pmeth: *mut EVP_PKEY_METHOD,
    pcopy: *mut Option<unsafe extern "C" fn(dst: *mut EVP_PKEY_CTX, src: *mut EVP_PKEY_CTX) -> c_int>
)