secur32-sys 0.0.1

FFI bindings to secur32. This crate is a placeholder for the future. If you are interested in this library feel free to get in touch with me: http://www.rustaceans.org/retep998
1
2
3
4
5
6
7
8
9
// Copyright © 2015, Peter Atashian
// Licensed under the MIT License <LICENSE.md>
//! FFI bindings to secur32.
#![no_std]
#![experimental]
extern crate winapi;
use winapi::*;
extern "system" {
}