Searched defs:FARPROC (Results 1 – 7 of 7) sorted by relevance
18 pub type FARPROC = Option<unsafe extern "system" fn() -> isize>; typedef
300 pub fn into_raw(self) -> FARPROC { in into_raw()338 unsafe { &*((&self.pointer) as *const FARPROC as *const T) } in deref() constant404 type FARPROC = Option<unsafe extern "system" fn() -> isize>; typedef
528 typedef long (*FARPROC)(); typedef
12 typedef __int64 (__stdcall* FARPROC)(void); typedef14 typedef int (__stdcall* FARPROC)(void); typedef
41 using FARPROC = int64_t( __stdcall * )(); typedef43 using FARPROC = int( __stdcall * )(); typedef
10364 pub type FARPROC = ::core::option::Option<unsafe extern "system" fn() -> isize>; typedef