macro_rules! filetime_from_systemtime {
    ($time:expr) => { ... };
}
Expand description

Converts a [std::time::SystemTime] into a Win32 FILETIME (represented as i64), suitable for use in a win_filetime field.