pub unsafe fn NdfCreateWinSockIncident<P0, P1, P2>(
    sock: P0,
    host: P1,
    port: u16,
    appid: P2,
    userid: Option<*const SID>,
    handle: *mut *mut c_void
) -> Result<()>
where P0: Param<SOCKET>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,