Function blStringApplyOpChar

Source
pub unsafe extern "C" fn blStringApplyOpChar(
    self_: *mut BLStringCore,
    op: u32,
    c: c_char,
    n: usize,
) -> BLResult