pub unsafe fn DdeEnableCallback<P0>(
    idinst: u32,
    hconv: P0,
    wcmd: DDE_ENABLE_CALLBACK_CMD
) -> BOOL
where P0: IntoParam<HCONV>,