pub unsafe fn GetTypeByNameW<P0>(
    lpservicename: P0,
    lpservicetype: *mut GUID
) -> i32
where P0: IntoParam<PCWSTR>,