pub unsafe extern "C" fn aeron_delete_directory( dirname: *const c_char, ) -> c_int
Delete the given aeron directory.
@param dirname to delete. @return 0 for success and -1 for error.