pub unsafe fn ResUtilSetResourceServiceEnvironment<P0, P1>(
    pszservicename: P0,
    hresource: P1,
    pfnlogevent: PLOG_EVENT_ROUTINE,
    hresourcehandle: isize
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<HRESOURCE>,