rmath 0.1.5

A rust math library
Documentation
1
2
3
4
5
6
7
8
9
10
use std::os::raw::{c_void, c_long};

pub type PVOID = *mut c_void;
pub type WCHAR = u16;
pub type LONG = c_long;


pub type LPCWSTR = *const WCHAR;
pub type PCWSTR = *const WCHAR;