Function fdk_aac_sys::FDKfwrite_EL

source ·
pub unsafe extern "C" fn FDKfwrite_EL(
    ptrf: *const c_void,
    size: INT,
    nmemb: UINT,
    fp: *mut FDKFILE
) -> UINT
Expand description

\brief Write each member in little endian order. Convert automatically to host endianess. \param ptrf Pointer to memory where to read data from. \param size Size of each item to be written. \param nmemb Number of items to be written. \param fp File pointer of type FDKFILE. \return Number of items read on success and fread() error on failure.