Function SetFileTime

pub unsafe extern "system" fn SetFileTime(
    hfile: HANDLE,
    lpcreationtime: *const FILETIME,
    lplastaccesstime: *const FILETIME,
    lplastwritetime: *const FILETIME,
) -> BOOL