Function EVP_CIPHER_meth_set_ctrl

Source
pub unsafe extern "C" fn EVP_CIPHER_meth_set_ctrl(
    cipher: *mut evp_cipher_st,
    ctrl: Option<unsafe extern "C" fn(*mut evp_cipher_ctx_st, i32, i32, *mut c_void) -> i32>,
) -> i32