pub const fn make_api_version(
    variant: u32,
    major: u32,
    minor: u32,
    patch: u32
) -> u32
Expand description