Function WcsGetDefaultColorProfileSize

pub unsafe fn WcsGetDefaultColorProfileSize<P1>(
    scope: WCS_PROFILE_MANAGEMENT_SCOPE,
    pdevicename: P1,
    cptcolorprofiletype: COLORPROFILETYPE,
    cpstcolorprofilesubtype: COLORPROFILESUBTYPE,
    dwprofileid: u32,
    pcbprofilename: *mut u32,
) -> BOOL
where P1: Param<PCWSTR>,