Function BIO_meth_get_create

Source
pub unsafe extern "C" fn BIO_meth_get_create(
    bion: *const bio_method_st,
) -> Option<unsafe extern "C" fn(_: *mut bio_st) -> i32>