pub unsafe extern "C" fn core__has_extension(id: u64) -> u32Expand description
Check if the host supports a specific API extension
Returns 1 if the API extensions is available or 0 if it is not available
Note: this will always return 0 as Ark does not support API extensions anymore