Function BIO_meth_get_gets

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