Function ResUtilFindFileTimeProperty
pub unsafe fn ResUtilFindFileTimeProperty<P2>(
ppropertylist: *const c_void,
cbpropertylistsize: u32,
pszpropertyname: P2,
pftpropertyvalue: *mut FILETIME,
) -> u32where
P2: Param<PCWSTR>,