#[no_mangle]
pub unsafe extern "C" fn fuchsia_free_log_messages(
input: LogMessages<'_>,
)
Expand description
ยงSafety
This should only be called with a pointer obtained through
fuchsia_decode_log_messages_to_struct
.
#[no_mangle]
pub unsafe extern "C" fn fuchsia_free_log_messages(
input: LogMessages<'_>,
)
This should only be called with a pointer obtained through
fuchsia_decode_log_messages_to_struct
.