pub unsafe extern "C-unwind" fn twz_rt_get_loaded_image(
id: loaded_image_id,
li: *mut loaded_image,
) -> bool
Expand description
Get a loaded image from its ID. All IDs for loaded image are sequential, starting from TWZ_RT_EXEID. On success, fill out data pointed to by the li argument and return true.