Function _php_stream_seek

Source
pub unsafe extern "C" fn _php_stream_seek(
    stream: *mut php_stream,
    offset: zend_off_t,
    whence: c_int,
) -> c_int