pub unsafe extern "system" fn MoveFileExA(
    lpExistingFileName: *const i8,
    lpNewFileName: *const i8,
    dwFlags: u32
) -> i32