pub unsafe extern "C" fn WriteFile(
    handle: FileHandle,
    fileOffset: i64,
    buff: *const c_void,
    size: u64,
    option: *const WriteOption
) -> u32