pub unsafe extern "C" fn BIO_meth_set_destroy__fixed_rust(
    biom: *mut BIO_METHOD,
    destroy: Option<unsafe extern "C" fn(_: *mut BIO) -> c_int>
) -> c_int