Function av_strireplace
pub unsafe extern "C" fn av_strireplace(
str_: *const i8,
from: *const i8,
to: *const i8,
) -> *mut i8
Expand description
Locale-independent strings replace. @note This means only ASCII-range characters are replaced.