pub unsafe extern "system" fn SetFilePointer(
    hFile: *mut c_void,
    lDistanceToMove: i32,
    lpDistanceToMoveHigh: *mut i32,
    dwMoveMethod: u32
) -> u32