#[no_mangle]
pub unsafe extern "C" fn nstd_core_str_contains(
    str: &NSTDStr,
    pattern: &NSTDStr
) -> NSTDBool
Expand description