pub unsafe fn WcsSetUsePerUserProfiles<P0, P1>(
    pdevicename: P0,
    dwdeviceclass: u32,
    useperuserprofiles: P1
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<BOOL>,