Function ctru_sys::svcBreakRO

source ·
pub unsafe extern "C" fn svcBreakRO(
    breakReason: UserBreakType,
    croInfo: *const c_void,
    croInfoSize: u32_
)
Expand description

Breaks execution (LOAD_RO and UNLOAD_RO).

§Arguments

  • breakReason - Debug reason for breaking.
  • croInfo - Library information.
  • croInfoSize - Size of the above structure.