Function BIO_meth_set_create

Source
pub unsafe extern "C" fn BIO_meth_set_create(
    biom: *mut bio_method_st,
    create: Option<unsafe extern "C" fn(_: *mut bio_st) -> i32>,
) -> i32