pub fn register_calling_convention<A, N, C>(
    arch: &A,
    name: N,
    cc: C
) -> Ref<CallingConvention<A>>where
    A: Architecture,
    N: BnStrCompatible,
    C: 'static + CallingConventionBase<Arch = A>,