janet_string_equalconst

Function janet_string_equalconst 

Source
pub unsafe extern "C-unwind" fn janet_string_equalconst(
    lhs: JanetString,
    rhs: *const u8,
    rlen: i32,
    rhash: i32,
) -> c_int