pub unsafe fn DevFindProperty<P0>(
    pkey: *const DEVPROPKEY,
    store: DEVPROPSTORE,
    pszlocalename: P0,
    pproperties: Option<&[DEVPROPERTY]>
) -> *mut DEVPROPERTY
where P0: IntoParam<PCWSTR>,