pub unsafe extern "system" fn GetServiceW(
    dwnamespace: u32,
    lpguid: *const GUID,
    lpservicename: PCWSTR,
    dwproperties: u32,
    lpbuffer: *mut c_void,
    lpdwbuffersize: *mut u32,
    lpserviceasyncinfo: *const SERVICE_ASYNC_INFO
) -> i32
Expand description

Required features: "Win32_Foundation"