Macro pact_ffi::safe_str

source ยท
macro_rules! safe_str {
    ( $name:ident ) => { ... };
}
Expand description

Construct a &str safely with null checks.