editorconfig_handle_destroy

Function editorconfig_handle_destroy 

Source
pub unsafe extern "C" fn editorconfig_handle_destroy(
    h: editorconfig_handle,
) -> c_int
Expand 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.