pub unsafe extern "C" fn PHYSFS_swapSLE16(
val: PHYSFS_sint16,
) -> PHYSFS_sint16Expand description
\fn PHYSFS_sint16 PHYSFS_swapSLE16(PHYSFS_sint16 val) \brief Swap littleendian signed 16 to platform’s native byte order.
Take a 16-bit signed value in littleendian format and convert it to the platform’s native byte order.
\param val value to convert \return converted value.