Function nemo_relay_scope_handle_scope_type
Function nemo_relay_scope_handle_scope_type
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
#[unsafe(no_mangle)]pub unsafe extern "C" fn nemo_relay_scope_handle_scope_type(
ptr: *const FfiScopeHandle,
) -> NemoRelayScopeType
Return the scope type of a scope handle. Returns Unknown if ptr is null.
Safety
ptr must be a valid FfiScopeHandle pointer or null.