[][src]Function spatialite_sys::gaiaImportU32

pub unsafe extern "C" fn gaiaImportU32(
    p: *const c_uchar,
    little_endian: c_int,
    little_endian_arch: c_int
) -> c_uint

Import an UINT-32 value in endian-aware fashion

\param p endian-dependent representation (input buffer). \param little_endian 0 if the input buffer is big-endian: any other value for little-endian. \param little_endian_arch the value returned by gaiaEndianArch()

\return the internal UINT value

\sa gaiaEndianArch, gaiaExportU32

\note you are expected to pass an input buffer corresponding to an allocation size of (at least) 4 bytes.