Function blStringRemoveRange

Source
pub unsafe extern "C" fn blStringRemoveRange(
    self_: *mut BLStringCore,
    rStart: usize,
    rEnd: usize,
) -> BLResult