Function strrchr

Source
pub unsafe extern "C" fn strrchr(
    _Str: *const c_char,
    _Ch: c_int,
) -> *mut c_char