Function pkgcraft::logging::pkgcraft_log_test
source · #[no_mangle]
pub unsafe extern "C" fn pkgcraft_log_test(l: *const PkgcraftLog)Expand description
Replay a given PkgcraftLog object for test purposes.
Safety
The argument must be a non-null PkgcraftLog pointer.