fn panic()

in optee-utee/src/lib.rs [39:44]


fn panic(_info: &PanicInfo) -> ! {
    unsafe {
        raw::TEE_Panic(0);
    }
    loop {}
}