pub unsafe fn ResUtilStartResourceService<P0>(
    pszservicename: P0,
    phservicehandle: *mut SC_HANDLE
) -> u32
where P0: IntoParam<PCWSTR>,