pub unsafe extern "C" fn LLVMSetModuleIdentifier( M: *mut LLVMModule, Ident: *const i8, Len: usize, )
Set the identifier of a module.
Len is the length of the string pointed to by Ident.
Len
Ident