pkgcraft_log_free

Function pkgcraft_log_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pkgcraft_log_free(l: *mut PkgcraftLog)
Expand description

Free a log.

ยงSafety

The argument must be a non-null PkgcraftLog pointer or NULL.