Function __strrchr_chk

Source
pub unsafe extern "C" fn __strrchr_chk(
    __s: *const c_char,
    __ch: c_int,
    __n: usize,
) -> *mut c_char