pub unsafe extern "C" fn zx_stream_seek(
    handle: u32,
    whence: u32,
    offset: i64,
    out_seek: *mut u64
) -> i32