Function svcOutputDebugString

Source
pub unsafe extern "C" fn svcOutputDebugString(
    str_: *const c_char,
    length: s32,
) -> Result
Expand description

Outputs a debug string.

ยงArguments

  • str - String to output.
  • length - Length of the string to output, needs to be positive.