Function RegisterServiceCtrlHandlerExW
pub unsafe fn RegisterServiceCtrlHandlerExW<P0>(
lpservicename: P0,
lphandlerproc: LPHANDLER_FUNCTION_EX,
lpcontext: Option<*const c_void>,
) -> Result<SERVICE_STATUS_HANDLE>where
P0: Param<PCWSTR>,