Skip to main content

AString_Replace

Function AString_Replace 

Source
pub unsafe extern "C" fn AString_Replace(
    this: *mut AString,
    oldChar: c_char,
    newChar: c_char,
)