Function BIO_meth_set_recvmmsg

Source
pub unsafe extern "C" fn BIO_meth_set_recvmmsg(
    biom: *mut bio_method_st,
    f: Option<unsafe extern "C" fn(_: *mut bio_st, _: *mut bio_msg_st, _: usize, _: usize, _: u64, _: *mut usize) -> i32>,
) -> i32