pub unsafe extern "system" fn NdfCreateWinSockIncident(
    sock: SOCKET,
    host: PCWSTR,
    port: u16,
    appid: PCWSTR,
    userid: *const SID,
    handle: *mut *mut c_void,
) -> HRESULT