Function blFileSeek

Source
pub unsafe extern "C" fn blFileSeek(
    self_: *mut BLFileCore,
    offset: i64,
    seekType: u32,
    positionOut: *mut i64,
) -> BLResult