Function optee_utee_sys::_utee_storage_obj_create

source ยท
pub unsafe extern "C" fn _utee_storage_obj_create(
    storage_id: c_ulong,
    object_id: *const c_void,
    object_id_len: size_t,
    flags: c_ulong,
    attr: c_ulong,
    data: *const c_void,
    len: size_t,
    obj: *mut u32
) -> TEE_Result