Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Make.FfiSourceval function_of_pointer :
?name:string ->
abi:Libffi_abi.abi ->
check_errno:bool ->
release_runtime_lock:bool ->
('a -> 'b) Ctypes_static.fn ->
('a -> 'b) Ctypes_static.static_funptr ->
'a ->
'bval pointer_of_function :
abi:Libffi_abi.abi ->
acquire_runtime_lock:bool ->
thread_registration:bool ->
('a -> 'b) Ctypes_static.fn ->
('a -> 'b) ->
('a -> 'b) Ctypes_static.static_funptrval funptr_of_fun :
abi:Libffi_abi.abi ->
acquire_runtime_lock:bool ->
thread_registration:bool ->
('a -> 'b) Ctypes_static.fn ->
('a -> 'b) ->
('a -> 'b) funptr