pub unsafe fn PropKeyFindKeySetPropVariant<P0>(
    plist: *mut SENSOR_COLLECTION_LIST,
    pkey: *const PROPERTYKEY,
    typecheck: P0,
    pvalue: *const PROPVARIANT
) -> NTSTATUS
where P0: IntoParam<BOOLEAN>,