Skip to main content

xmlFileClose

Function xmlFileClose 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlFileClose(context: *mut c_void) -> c_int
Expand description

Close a FILE * I/O context.

§UPSTREAM-PARITY

int xmlFileClose(void *context);