Function sails_idl_parser::ffi::ast::parse_idl

source ·
#[no_mangle]
pub unsafe extern "C" fn parse_idl(
    idl_ptr: *const u8,
    idl_len: u32,
) -> *mut ParseResult
Expand description

§Safety

See the safety documentation of slice::from_raw_parts.