[][src]Function hactool_sys::aes_calculate_cmac

pub unsafe extern "C" fn aes_calculate_cmac(
    dst: *mut c_void,
    src: *mut c_void,
    size: usize,
    key: *const c_void
)