#[unsafe(no_mangle)]pub unsafe extern "C" fn parse_idl(
idl_ptr: *const u8,
idl_len: u32,
) -> *mut ParseResultExpand description
ยงSafety
See the safety documentation of slice::from_raw_parts.
#[unsafe(no_mangle)]pub unsafe extern "C" fn parse_idl(
idl_ptr: *const u8,
idl_len: u32,
) -> *mut ParseResultSee the safety documentation of slice::from_raw_parts.