Function blStringInsertString

Source
pub unsafe extern "C" fn blStringInsertString(
    self_: *mut BLStringCore,
    index: usize,
    other: *const BLStringCore,
) -> BLResult