mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
implement part of core foundation framework bindings for err message
This commit is contained in:
@@ -21,4 +21,6 @@ foreign security {
|
||||
|
||||
// Generates an array of cryptographically secure random bytes.
|
||||
SecRandomCopyBytes :: proc(rnd: SecRandomRef = kSecRandomDefault, count: uint, bytes: [^]byte) -> errSec ---
|
||||
|
||||
SecCopyErrorMessageString :: proc(status: errSec, reserved: rawptr = nil) -> CFStringRef ---
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user