pub unsafe extern "C" fn editorconfig_handle_destroy(
h: editorconfig_handle,
) -> c_intExpand description
@brief Destroy an editorconfig_handle object
@param h The editorconfig_handle object needs to be destroyed.
@retval zero The editorconfig_handle object is destroyed successfully.
@retval non-zero Failed to destroy the editorconfig_handle object.