mnn::prelude

Function socketpair

source
pub unsafe extern "C" fn socketpair(
    domain: i32,
    type_: i32,
    protocol: i32,
    socket_vector: *mut i32,
) -> i32