pub unsafe extern "C" fn BIO_meth_set_write_ex( method: *mut BIO_METHOD, write_ex_func: Option<unsafe extern "C" fn(arg1: *mut BIO, arg2: *const c_char, arg3: usize, arg4: *mut usize) -> c_int>, ) -> c_int