pkgcraft_error_free

Function pkgcraft_error_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pkgcraft_error_free(e: *mut PkgcraftError)
Expand description

Free an error.

ยงSafety

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