pkgcraft_pkg_ebuild_maintainers_free

Function pkgcraft_pkg_ebuild_maintainers_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pkgcraft_pkg_ebuild_maintainers_free( maintainers: *mut *mut Maintainer, len: usize, )
Expand description

Free an array of Maintainer pointers.

ยงSafety

The argument must be the value received from pkgcraft_pkg_ebuild_maintainers() or NULL along with the length of the array.