Function Perl_PerlIO_seek

Source
pub unsafe extern "C" fn Perl_PerlIO_seek(
    my_perl: *mut PerlInterpreter,
    f: *mut PerlIO,
    offset: off64_t,
    whence: c_int,
) -> c_int