[][src]Function nginx::RSA_meth_set_pub_enc

pub unsafe extern "C" fn RSA_meth_set_pub_enc(
    rsa: *mut RSA_METHOD,
    pub_enc: Option<unsafe extern "C" fn(flen: c_int, from: *const c_uchar, to: *mut c_uchar, rsa: *mut RSA, padding: c_int) -> c_int>
) -> c_int