Function blStringResize

Source
pub unsafe extern "C" fn blStringResize(
    self_: *mut BLStringCore,
    n: usize,
    fill: c_char,
) -> BLResult