#[no_mangle]
pub unsafe extern "C" fn LLVMSetModuleIdentifier(
    M: LLVMModuleRef,
    Ident: *const c_char,
    Len: size_t
)