alef 0.23.35

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
	var {{ c_name }} *C.{{ c_type }}
	if {{ go_param }} != nil {
		{{ c_name }} = (*C.{{ c_type }})(unsafe.Pointer({{ go_param }}.ptr))
	}