#[unsafe(no_mangle)]pub unsafe extern "C" fn diplomat_is_str(
ptr: *const u8,
size: usize,
) -> boolExpand description
Whether a &[u8] is a &str.
Primarily to be called by generated FFI bindings, not Rust code, but is available if needed.
ยงSafety
ptrandsizemust be a valid&[u8]