pub unsafe extern "C" fn SetSockOpt(
    socket: i32,
    socketLevel: i32,
    option: i32,
    arg1: *const c_void,
    len: u32
) -> i32