1 2 3 4 5 6 7 8 9 10 11
output = "win_bindings.rs" binds = ["LoadLibraryA", "GetProcAddress", "GetProcessHeap", "HeapFree"] [bind-mode] mode = "minwin" [bind-mode.config] enum-style = "minwin" fix-naming = true use-rust-casing = true linking-style = "raw-dylib"