[][src]Function ndk_sys::getsockopt

pub unsafe extern "C" fn getsockopt(
    __fd: c_int,
    __level: c_int,
    __option: c_int,
    __value: *mut c_void,
    __value_length: *mut socklen_t
) -> c_int