#[unsafe(no_mangle)]pub extern "C" fn hurray_c_abi_version() -> u32Expand description
Returns the HURRAY_C_ABI_VERSION constant.
This function is infallible and requires no panic barrier.
ยงExamples
assert_eq!(unsafe { hurray_ffi::hurray_c_abi_version() }, 4);