Function HAPI_LoadGeoFromMemory

Source
pub unsafe extern "C" fn HAPI_LoadGeoFromMemory(
    session: *const HAPI_Session,
    node_id: HAPI_NodeId,
    format: *const c_char,
    buffer: *const c_char,
    length: c_int,
) -> HapiResult