Function substr_start_for_bytea

Source
pub fn substr_start_for_bytea(
    s: &[u8],
    start: i32,
    count: i32,
) -> Result<Box<[u8]>>