[][src]Function xdrfile::c_abi::xdrfile::xdrfile_close

pub unsafe extern "C" fn xdrfile_close(xfp: *mut XDRFILE) -> c_int

\brief Close a previously opened portable binary file, just like fclose()

Use this routine much like calls to the standard library function fopen(). The only difference is that it is used for an XDRFILE handle instead of a FILE handle.

\param xfp Pointer to an abstract XDRFILE datatype

\return 0 on success, non-zero on error.