pub unsafe extern "C" fn BIO_meth_set_create( method: *mut BIO_METHOD, create: Option<unsafe extern "C" fn(arg1: *mut BIO) -> c_int>, ) -> c_int