pub unsafe extern "C" fn s2n_async_pkey_op_get_op_type(
    op: *mut s2n_async_pkey_op,
    type_: *mut u32
) -> i32
Expand description

Returns the type of the private key operation.

@param op An opaque object representing the private key operation @param type A pointer to be set to the type