pub unsafe extern "C" fn ChangeServiceConfigW(
hService: SC_HANDLE,
dwServiceType: DWORD,
dwStartType: DWORD,
dwErrorControl: DWORD,
lpBinaryPathName: LPCWSTR,
lpLoadOrderGroup: LPCWSTR,
lpdwTagId: LPDWORD,
lpDependencies: LPCWSTR,
lpServiceStartName: LPCWSTR,
lpPassword: LPCWSTR,
lpDisplayName: LPCWSTR,
) -> BOOL