#[unsafe(no_mangle)]pub unsafe extern "C" fn restorekit_log_capture(
level: c_int,
msg: *const c_char,
)Expand description
Called from C (log_capture.c) for each idevicerestore log line.
ยงSafety
msg, if non-null, must be a valid NUL-terminated C string.