pub unsafe extern "C" fn LLVMGetModuleIdentifier( M: *mut LLVMModule, Len: *mut usize, ) -> *const i8
Get the identifier of a module.
Len is written to contains the length of the returned string.
Len