DynGetBytesFn

Type Alias DynGetBytesFn 

Source
pub type DynGetBytesFn = unsafe fn(value: PtrConst) -> Option<&'static [u8]>;
Expand description

Get a bytes reference. Returns None if not bytes.

ยงSafety

value must point to an initialized dynamic value. The returned reference is valid for the lifetime of the value.