macro_rules! bytes_or_return_null {
($ptr:expr, $len:expr, $name:expr) => { ... };
}Expand description
Validate and convert raw C byte array to safe slice, return NULL on error.
macro_rules! bytes_or_return_null {
($ptr:expr, $len:expr, $name:expr) => { ... };
}Validate and convert raw C byte array to safe slice, return NULL on error.