pub unsafe extern "C" fn esp_ptr_byte_accessible(
p: *const c_void,
) -> bool
Expand description
@brief Check if the pointer is byte accessible
@param p pointer
@return true: is byte accessible; false: not byte accessible
pub unsafe extern "C" fn esp_ptr_byte_accessible(
p: *const c_void,
) -> bool
@brief Check if the pointer is byte accessible
@param p pointer
@return true: is byte accessible; false: not byte accessible