pub unsafe extern "C" fn BIO_meth_set_puts(
    method: *mut BIO_METHOD,
    puts: Option<unsafe extern "C" fn(arg1: *mut BIO, arg2: *const c_char) -> c_int>
) -> c_int