pub unsafe extern "C" fn CMAC_CTX_copy(
    dst: *mut CMAC_CTX,
    src: *const CMAC_CTX
) -> c_int