pub unsafe extern "system" fn FileTimeToDosDateTime(
    lpFileTime: *const FILETIME,
    lpFatDate: *mut u16,
    lpFatTime: *mut u16
) -> i32