Function windows::Win32::System::Com::StructuredStorage::StgSetTimes
pub unsafe fn StgSetTimes<P0>(
lpszname: P0,
pctime: Option<*const FILETIME>,
patime: Option<*const FILETIME>,
pmtime: Option<*const FILETIME>,
) -> Result<()>where
P0: Param<PCWSTR>,