Function ctru_sys::errorInit

source ·
pub unsafe extern "C" fn errorInit(
    err: *mut errorConf,
    type_: errorType,
    lang: CFG_Language
)
Expand description

Init the error applet.

§Arguments

  • err - Pointer to errorConf.
  • type - errorType Type of error.
  • lang - CFG_Language Lang of error.