Function r_core::r_str_startswith[][src]

pub unsafe extern "C" fn r_str_startswith(
    str_: *const c_char,
    needle: *const c_char
) -> bool