Function dstr_replace

Source
pub unsafe extern "C" fn dstr_replace(
    str_: *mut dstr,
    find: *const c_char,
    replace: *const c_char,
)