pub unsafe fn ResUtilSetResourceServiceStartParameters<P0, P1>(
    pszservicename: P0,
    schscmhandle: P1,
    phservice: *mut SC_HANDLE,
    pfnlogevent: PLOG_EVENT_ROUTINE,
    hresourcehandle: isize
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<SC_HANDLE>,