macro_rules! c_token_handler_open {
( $fn_name:ident, $type:ty, $safe_fn_name:ident ) => { ... };
}
Expand description
Create a C-compatible open callback compatible with CryptTokenHandler
macro_rules! c_token_handler_open {
( $fn_name:ident, $type:ty, $safe_fn_name:ident ) => { ... };
}
Create a C-compatible open callback compatible with CryptTokenHandler