[][src]Function llvm_sys::core::LLVMGetModuleIdentifier

pub unsafe extern "C" fn LLVMGetModuleIdentifier(
    M: LLVMModuleRef,
    Len: *mut size_t
) -> *const c_char

Get the identifier of a module.

Len is written to contains the length of the returned string.