, C, Fortran, , ISO C, Fortran, C. , ISO C Fortran C , , . , (untested) Fortran:
module my_fortran_binding
use iso_c_binding
implicit none
interface get_foo_interf
function get_foo () bind (C, name="get_foo")
import
type (C_PTR) :: get_foo
end function get_foo
end interface get_foo_interf
interface create_foo_interf
etc....
end create_foo_interf
end module my_fortran_binding