[][src]Function nginx::EVP_CIPHER_meth_set_cleanup

pub unsafe extern "C" fn EVP_CIPHER_meth_set_cleanup(
    cipher: *mut EVP_CIPHER,
    cleanup: Option<unsafe extern "C" fn(arg1: *mut EVP_CIPHER_CTX) -> c_int>
) -> c_int