pub unsafe fn WofFileEnumFiles<P0>( volumename: P0, algorithm: u32, enumproc: WofEnumFilesProc, userdata: Option<*const c_void>, ) -> Result<()>where P0: Param<PCWSTR>,