pub unsafe fn WcmQueryProperty<P0>(
    pinterface: Option<*const GUID>,
    strprofilename: P0,
    property: WCM_PROPERTY,
    preserved: Option<*const c_void>,
    pdwdatasize: *mut u32,
    ppdata: *mut *mut u8
) -> u32
where P0: IntoParam<PCWSTR>,