pub unsafe fn MFCreateSensorProfile<P0>(
    profiletype: *const GUID,
    profileindex: u32,
    constraints: P0
) -> Result<IMFSensorProfile>
where P0: IntoParam<PCWSTR>,