Function LLVMGetModuleFlag

Source
#[no_mangle]
pub extern "C" fn LLVMGetModuleFlag(
    M: LLVMModuleRef,
    Key: *const c_char,
    KeyLen: size_t,
) -> LLVMMetadataRef