pub unsafe fn WcmSetProfileList<P0>(
    pprofilelist: *const WCM_PROFILE_INFO_LIST,
    dwposition: u32,
    fignoreunknownprofiles: P0,
    preserved: Option<*const c_void>
) -> u32
where P0: IntoParam<BOOL>,