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