pub unsafe extern "system" fn GetFileTime(
    hFile: *mut c_void,
    lpCreationTime: *mut FILETIME,
    lpLastAccessTime: *mut FILETIME,
    lpLastWriteTime: *mut FILETIME
) -> i32